func github.com/gotd/td/crypto.sha1c

3 uses

	github.com/gotd/td/crypto (current package)
		kdf_v1.go#L29: 	c := sha1c(r[2*sha1.Size:2*sha1.Size], authKey, msgKey, 0)
		keys_old.go#L37: func sha1c(r []byte, authKey Key, msgKey bin.Int128, x int) []byte {
		keys_old.go#L95: 	c := sha1c(r[2*sha1.Size:2*sha1.Size], authKey, msgKey, x)